Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added logic for the v2 webhooks including srv lookup and hashing #587

Open
wants to merge 6 commits into
base: denopink/feat/rewrite
Choose a base branch
from

Conversation

maurafortino
Copy link
Contributor

What's Included:

  • Updated logic for the V2 webhooks including:
  • hashing logic
  • custom dialer and dial context func for using the SRVs returned in new lookup function

@maurafortino maurafortino self-assigned this Dec 11, 2024
@maurafortino maurafortino marked this pull request as draft December 11, 2024 16:28
if err != nil {
v2.logger.Error("error received looking up service records", zap.Error(err))
}
dialer.NewClient()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to create the client here? or does it make more sense to move to the send() function?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is good, I think I'll push up some updates to help you with the structure. (I'll slack you)

Copy link
Contributor

@denopink denopink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great start! 🙂 I'll push up some suggested changes. (I'll slack you)

denopink added a commit that referenced this pull request Dec 16, 2024
denopink added a commit that referenced this pull request Dec 16, 2024
denopink added a commit that referenced this pull request Dec 16, 2024
@maurafortino maurafortino reopened this Dec 19, 2024
@maurafortino maurafortino marked this pull request as ready for review December 19, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants